'Declaration Protected Overrides Sub ExecuteCommands( _
ByVal targetЦель.As TTarget, _
ByRef resultsРезультаты обработки.As System.Collections.Generic.ICollection, _
ByVal processingStateТекущее состояние обработки.As Vintasoft.Imaging.Processing.ProcessingState _
)
protected override void ExecuteCommands(
TTarget target,
ref System.Collections.Generic.ICollectionresults,
Vintasoft.Imaging.Processing.ProcessingState processingState
)
protected: void ExecuteCommands(
TTarget* target,
ref System.Collections.Generic.ICollectionresults,
Vintasoft.Imaging.Processing.ProcessingState* processingState
); override
protected:
void ExecuteCommands(
TTarget^ target,
System.Collections.Generic.ICollection% results,
Vintasoft.Imaging.Processing.ProcessingState^ processingState
); override
Parameters
- target
- Цель.
- results
- Результаты обработки.
- processingState
- Текущее состояние обработки.